home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
fg
/
fgl402e
/
expas.arj
/
TEMP
/
03-01.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1995-01-20
|
166b
|
12 lines
program main;
uses fgmain, fgbitmap, fgmisc;
begin
fg_initpm;
fg_setmode(3);
fg_cursor(0);
fg_setcolor(15);
fg_text('Hello, world.',13);
end.